In Dart there’s a possibility to annotate a library. Currently, it is allowed to put such annotations to any library-level directive. However, it
is highly recommended to attach such annotations to the library
directive to make the intention clear and not make some accidental
mistake.